home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Q-R / REFRNCE MANGR.cpt / HARRIS REFERENCE MANAGER / card_2484.txt < prev    next >
Text File  |  1988-04-03  |  2KB  |  79 lines

  1. -- card: 2484 from stack: in
  2. -- bmap block id: 5287
  3. -- flags: 0000
  4. -- background id: 2122
  5. -- name: Index Card
  6. ----- HyperTalk script -----
  7. on mouseDown
  8.   get short name of target
  9.   if it is not "Index Card" then
  10.     visual effect zoom out
  11.     go to card it
  12.   end if
  13. end mouseDown
  14.  
  15.  
  16.  
  17. -- part 1 (button)
  18. -- low flags: 00
  19. -- high flags: 8002
  20. -- rect: left=310 top=74 right=97 bottom=464
  21. -- title width / last selected line: 0
  22. -- icon id / first selected line: 0 / 0
  23. -- text alignment: 1
  24. -- font id: 0
  25. -- text size: 12
  26. -- style flags: 0
  27. -- line height: 16
  28. -- part name: Enter/modify  Data
  29. ----- HyperTalk script -----
  30. on mouseUp
  31.   play "Beethoven5a"
  32.   go to card "firstcard"
  33. end mouseUp
  34.  
  35.  
  36.  
  37.  
  38.  
  39. -- part 18 (button)
  40. -- low flags: 00
  41. -- high flags: 8002
  42. -- rect: left=311 top=115 right=138 bottom=466
  43. -- title width / last selected line: 0
  44. -- icon id / first selected line: 0 / 0
  45. -- text alignment: 1
  46. -- font id: 0
  47. -- text size: 12
  48. -- style flags: 0
  49. -- line height: 16
  50. -- part name: Use utilities
  51. ----- HyperTalk script -----
  52. on mouseUp
  53.   go to stack "Stack Reporter"
  54. end mouseUp
  55.  
  56.  
  57.  
  58.  
  59. -- part 19 (button)
  60. -- low flags: 00
  61. -- high flags: 8002
  62. -- rect: left=309 top=155 right=181 bottom=466
  63. -- title width / last selected line: 0
  64. -- icon id / first selected line: 0 / 0
  65. -- text alignment: 1
  66. -- font id: 0
  67. -- text size: 12
  68. -- style flags: 0
  69. -- line height: 16
  70. -- part name: INFORMATION
  71. ----- HyperTalk script -----
  72. on mouseUp
  73.   go to card "about"
  74.   play Harpsichord tempo 100 g5s a b c d e f# g d g4
  75.   wait 2 seconds
  76. end mouseUp
  77.  
  78.  
  79.